home *** CD-ROM | disk | FTP | other *** search
- Path: unixg.ubc.ca!news
- From: csmecher@unixg.ubc.ca (Alec or Graeme Smecher)
- Newsgroups: comp.lang.c++
- Subject: Imbedded assembler within classes / variable access
- Date: Tue, 20 Feb 1996 02:39:38 GMT
- Organization: The University of British Columbia
- Message-ID: <4gbc8u$6tk@nntp.ucs.ubc.ca>
- Reply-To: csmecher@unixg.ubc.ca
- NNTP-Posting-Host: port15.annex2.net.ubc.ca
- X-Newsreader: Forte Free Agent 1.0.82
-
- I have written a class with an inline assembler function in it. Also
- defined in the class is an unsigned integer, and I for some reason
- cannot access it within the assembler. Out of the assembler I can use
- it as normally. Everything is declared within the class as public.
-
- I am using Borland C++ 4.0, and the code I have written is large
- memory model. If I need to provide more information, I would be happy
- to do so.
-
- What is wrong?
- Thanks in advance,
- Alec Smecher
- csmecher@unixg.ubc.ca
-
-